Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / ListItemStyle Property

In This Topic
    ListItemStyle Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the style of the items of the list.
    Syntax
    'Declaration
     
    
    Public Property ListItemStyle As C1Style
    public C1Style ListItemStyle {get; set;}
    See Also